WordDocumentReplace Method

Overload List

Replace(IListString, IListString) Replaces all occurrences of a specified oldText with newText.
Replace(String, Run) Replaces all occurrences of the specified text with run object.
Replace(String, IListRun) Replaces all occurrences of the specified text with a collection of run objects.
Replace(String, String) Replaces all occurrences of a specified oldText with newText.
Replace(IListString, IListString, ReplaceIn) Replaces all occurrences of a specified oldText with newText.
Replace(String, Run, ReplaceIn) Replaces all occurrences of the specified text with run object.
Replace(String, IListRun, ReplaceIn) Replaces all occurrences of the specified text with a collection of run objects.
Replace(String, String, ReplaceIn) Replaces all occurrences of a specified oldText with newText.

See Also